* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
ul, ol {
	list-style: none;
}
a {
	background: transparent;
}
img {
	border: 0;
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
	select {
		background: #fff !important;
	}
}
.banner {
	
}
.banner-ul {
	
}
.banner-li {
	display: none;
}
.banner-li:first-child {
	display: block;
}
.banner-li a {
	display: block;
	height: 670px;
	background-size:auto;
	background-position: center;
	background-repeat: no-repeat;
}
.banner .owl-theme .owl-controls{
	margin-top:0;
	left:0;
	margin-bottom: 0;
}
.banner .owl-theme .owl-controls .owl-buttons{
	opacity:1;
}
.banner:hover .owl-theme .owl-controls .owl-buttons{
	opacity:1;
}
.banner .owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	margin: -37px 0 0 0;
	padding:0;
	opacity:1;
	width: 43px;
	height: 43px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
	background-color: transparent;
}
.banner .owl-theme .owl-controls .owl-buttons div:hover{
	opacity:1;
}
.banner .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left:2%;
	background:url(../images/left.png) no-repeat left center;
}
.banner .owl-theme .owl-controls .owl-buttons div:hover.owl-prev {
	background:url(../images/left_h.png) no-repeat left center;
}
.banner .owl-theme .owl-controls .owl-buttons div.owl-next {
	right:2%;
	background:url(../images/right.png) no-repeat left center;
}
.banner .owl-theme .owl-controls .owl-buttons div:hover.owl-next {
	background:url(../images/right_h.png) no-repeat left center;
}
.banner .owl-theme .owl-controls .owl-page span {
	margin:5px;
	opacity: 1;
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius:25px;
}
.banner .owl-theme .owl-controls .owl-page.active span, .banner .owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: #c30e1d;
	width:10px;
	height:10px;
	border-radius:25px;
}
.banner .owl-theme .owl-pagination {
	position: relative;
	margin-top: -25px;
	bottom: 10px;
}
@media only screen and (max-width:1280px ){
	 .banner-li a {
		height: 447px;
		background-size: auto 100%;
	}
}
@media only screen and (max-width:1200px ){
	 .banner-li a {
		height: 419px;
		background-size: auto 100%;
	}
}
@media only screen and (max-width:1024px ) {
	 .banner-li a {
		height: 357px;
		background-size: auto 100%;
	}
}
@media only screen and (max-width:992px ) {
	 .banner-li a {
		height: 346px;
		background-size: auto 100%;
	}
}
@media only screen and (max-width:768px ) {
	 .banner-li a {
		height: 268px;
		background-size: auto 100%;
	}
}
@media only screen and (max-width:414px ) {
	.banner-li a {
		height: 144px;
		background-size: auto 100%;
	}
}
@media only screen and (max-width:375px ) {
	 .banner-li a {
		height: 131px;
		background-size: auto 100%;
	}
}
@media only screen and (max-width:320px ) {
	 .banner-li a {
		height:112px;
		background-size: auto 100%;
	}
}





.inner_banner {
}
.banner-uls {
}
.banner-lis {
	display: none;
}
.banner-lis:first-child {
	display: block;
}
.banner-lis a {
	display: block;
	height:500px;
	background-size:auto;
	background-position: center;
	background-repeat: no-repeat;
}
.inner_banner .owl-theme .owl-controls{
	margin-top:0;
	position:inherit;
	left:0;
	margin-bottom: 0;
}
.inner_banner .owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	margin: -37px 0 0 0;
	padding:0;
	opacity:1;
	width: 75px;
	height: 75px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
	background-color: transparent;
}
.inner_banner .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left:5%;
	background-image: url("../images/left.png");
}
.inner_banner .owl-theme .owl-controls .owl-buttons div.owl-next {
	right:5%;
	background-image: url("../images/right.png");
}
.inner_banner .owl-theme .owl-controls .owl-page span {
	margin:5px;
	opacity: 1;
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius:25px;
}
.inner_banner .owl-theme .owl-controls .owl-page.active span, .banner .owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: #c30e1d;
}
.inner_banner .owl-theme .owl-pagination {
	position: relative;
	margin-top: -25px;
	bottom: 10px;
}
@media only screen and (max-width:1280px ){
	 .banner-lis a {
		height: 333px;
		background-size: auto 100%;
	}
}
@media only screen and (max-width:1200px ){
	 .banner-lis a {
		height: 313px;
		background-size: auto 100%;
	}
}
@media only screen and (max-width:1024px ) {
	 .banner-lis a {
		height: 267px;
		background-size: auto 100%;
	}
}
@media only screen and (max-width:992px ) {
	 .banner-lis a {
		height: 258px;
		background-size: auto 100%;
	}
}
@media only screen and (max-width:768px ) {
	 .banner-lis a {
		height: 200px;
		background-size: auto 100%;
	}
}
@media only screen and (max-width:414px ) {
	.banner-lis a {
		height: 108px;
		background-size: auto 100%;
	}
}
@media only screen and (max-width:375px ) {
	 .banner-lis a {
		height: 98px;
		background-size: auto 100%;
	}
}
@media only screen and (max-width:320px ) {
	 .banner-lis a {
		height: 83px;
		background-size: auto 100%;
	}
}



